home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 4 / Gold Medal Software - Volume 4 (Gold Medal) (1994).iso / os2 / sqav184e.arj / KAREA10E.ZIP / KILLAREA.DOC < prev   
Text File  |  1994-01-11  |  2KB  |  64 lines

  1.      Program: KILLAREA  v1.01
  2.      Filename: KILLAREA.CMD
  3.      Author: Martin Mirgel, 2:2456/99@fidonet
  4.                            16:100/5529zyxelnet.org
  5.                            23:700/1@kultnet
  6.      Last change: 11.1.94
  7.  
  8.      additional comments : 10.1.1994 Martin Weigel
  9.  
  10.      This program is freeware. Commercial use by
  11.      companies or institutions is strictly forbidden.
  12.      Selling this program on shareware-disks is not
  13.      allowed, too.
  14.      
  15.  
  16. This ReXX-script is a utility for SQAVERW, an areafix for
  17. Squish/2. SQAVERW is able to delete areas automatically and
  18. files out the deleted areanames in a small plain-textfile
  19. 'KILLAREA.TXT'.
  20. KILLAREA uses this file for setting the deleted areas
  21. in a Maximus' msgarea-file to passive by inserting a
  22. semicolon in the first column.
  23.  
  24. The parameter '/E' can be used for setting the specific areas to empty areas,
  25. i.e. don't disable the first and the last entry of the area-description
  26. ('Area XX' and 'End Area'). Default: everything is disabled.
  27.  
  28. KILLAREA exits with an errorlevel, so SILTP could be started occasionally.
  29.  
  30. Errorlevel 0: area not found or already passive
  31. Errorlevel 1: area found and set to passive
  32.  
  33. additional comments:
  34. please be sure to enable the keyword 'DELETELOG' in the configuration-
  35. file of SQAVERW. KILLAREA uses the resulting file 'KILLAREA.TXT'.
  36.  
  37. DELETELOG KILLAREA.TXT
  38.  
  39.  
  40. start:
  41.  
  42. KILLAREA <MESSAGECTL> <KILLAREA.TXT> [/E]
  43.  
  44. example:
  45. 1. killarea C:\MAX\MSGAREA.CTL C:\DFUE\SQUISH\KILLAREA.TXT
  46. 2. killarea C:\MAX\MSGAREA.CTL C:\DFUE\SQUISH\KILLAREA.TXT /E
  47.  
  48.  
  49.  
  50.  
  51. take care,
  52.                       Martin
  53.  
  54.  
  55.  
  56.  
  57.      History:
  58.  
  59.  
  60.      1.00 :  official release
  61.      1.01 :  tempfile wasn't deleted if last area in KILLAREA.TXT didn't exist - fixed
  62.  
  63.  
  64.